Array
(
    [description] => SELECT
            s.page_id,
            s.parent_id,
            s.page_title_ua as page_title,
            u.point_url,
            u.point_type,
            u.point_page,
            u.point_php_code,
            u.point_package,
            u.point_template,
            s.active_ua
     	FROM cms_structure as s, cms_entry_points as u
        WHERE
            s.active_ua = 1
            AND u.page_id = s.page_id
            AND u.active = 1
            AND (u.point_url = 'js/'%20+%20settings.imageBtnClose%20+%20'' )
            LIMIT 1
    [time] => 0.00013208389282227
    [error] => You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%20settings.imageBtnClose%20+%20'' )
            LIMIT 1' at li
)